home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / filedump.zip / FILEDUMP.DOC next >
Text File  |  1990-07-01  |  5KB  |  113 lines

  1.  ┌────────────────────────────────────────────────────────────────────────────┐
  2.  │      FILEDUMP · FileDump version 1.0 · Copyright (C) 1990 RodentWare       │
  3.  └────────────────────────────────────────────────────────────────────────────┘
  4.                         Michael Reece / James Calvert 
  5.       
  6.      - Restrictions -
  7.            
  8.      FileDump is copyrighted to RodentWare.  It may not be edited in
  9.      any way for any reason.  If there are any changes you would like to
  10.      see made to this program, please contact the authors.  RodentWare
  11.      programmers are Michael Reece and James Calvert; contact by netmail
  12.      to 1:3801/42, or via the RA_SUPPORT of RA_UTIL FidoNet support
  13.      conferences.
  14.       
  15.      FileDump is released under the ShareWare agreement.  If you use
  16.      this program, and like the output it presents, a one-time donation
  17.      to the authors of 5$ (US) or greater would be appreciated.  Any
  18.      donation of 25$ (US) or greater will register you for this and all
  19.      other RodentWare products, both existing and future programs.
  20.       
  21.      The authors of this program take no responsibility for damages
  22.      occurring to you and/or your computer equipment because of the use or
  23.      inability to use this software.  The authors uphold no warranty
  24.      expressed or implied.
  25.       
  26.      This program may not be used in any commercial environment, or
  27.      government institution, or any other environent when business
  28.      transactions take place, whether nonprofit or profit.  If you have
  29.      any questions, direct them to the authors.
  30.       
  31.      All rights reserved.
  32.       
  33.       
  34.      - Purpose -
  35.       
  36.      FileDump reads the file area configuration files created by the
  37.      RemoteAccess software package, and present its output to the
  38.      screen, file, or device.  It should be run with the following
  39.      command:
  40.       
  41.               FILEDUMP [PAUSE|LOG <filename>|<file area>]
  42.       
  43.      Below is a description of the available command line parameters.
  44.       
  45.           * PAUSE - This parameter will pause output between each file
  46.             area displayed.
  47.       
  48.           * LOG   - This parameter should be followed by a 1-8 character 
  49.             filename with a 0-3 character extension in the form of
  50.             'FILENAME.EXT'.  This parameter allows file/device logging of
  51.             the output.
  52.       
  53.           * <file area> - This parameter should be a number between 1
  54.             and 200, and should correspond with the file area number
  55.             you wish to be displayed.
  56.  
  57.      Examples:
  58.       
  59.           FILEDUMP
  60.             - directs output to console, with no page pausing
  61.       
  62.           FILEDUMP PAUSE
  63.             - directs output to console, pausing each area
  64.       
  65.           FILEDUMP LOG PRN
  66.             - directs output to printer
  67.       
  68.           FILEDUMP LOG C:\RA\TXTFILES\BULL6.TXT
  69.             - directs output to 'c:\ra\txtfiles\bull6.txt'
  70.       
  71.           FILEDUMP 4
  72.             - displays configuration for file area 4 only
  73.       
  74.      Minimal file error checking is done, to prevent obvious mistakes.
  75.      If you encounter _any_ errors or bugs, please notify me via netmail
  76.      or the RemoteAccess support echos.
  77.  
  78.      An errorlevel of 1 is returned when any error is encountered.
  79.       
  80.       
  81.      - Miscellaneous -
  82.       
  83.      When looking for FILES.RA and/or CONFIG.RA, FileDump will first
  84.      check the current subdirectory.  If it is not found, it will check
  85.      the path defined by the 'RA' environment variable.
  86.       
  87.      The output if formatted similar to the entry format in RACONFIG,
  88.      for easy reference and understanding.  There are other RodentWare
  89.      programs to do related purposes:
  90.       
  91.       ConfigDump - Displays information of board configuration
  92.       ConfDump   - Displays information of message board configuration
  93.       EventDump  - Displays information of event configuration
  94.       ProtoDump  - Displays information of external protocol configuration
  95.       
  96.      These programs are available for File Request from 1:3801/42 as:
  97.       
  98.        CFGDUMP.ZIP   (magic name - CONFIGDUMP)
  99.        CONFDUMP.ZIP  (magic name - CONFDUMP)
  100.        EVNTDUMP.ZIP  (magic name - EVENTDUMP)
  101.        PROTDUMP.ZIP  (magic name - PROTODUMP)
  102.  
  103.      * RemoteAccess is a trademark of Continental Software.
  104.       
  105.      Direct all questions, bug reports, and suggestions to the authors
  106.      at:
  107.       
  108.           Improbability Drive II            Michael Reece
  109.           Ph # : 214/566-5162       -or-    3700 MacDonald #210
  110.           Fido : 1:3801/42                  Tyler TX USA 75701
  111.       
  112.      [..End of Text..]
  113.